home *** CD-ROM | disk | FTP | other *** search
/ APDL Eductation Resources / APDL Eductation Resources.iso / programs / graphics / mturtle / !Mturtle / help < prev    next >
Encoding:
Text File  |  1996-06-09  |  2.1 KB  |  49 lines

  1.                                Mturtle
  2.                                *******
  3.                             <Press  Shift>
  4.  
  5.  A LOGO-type turle graphics program
  6.  
  7.     Mturtle was written after I received a copy of the PD program !Turtle, 
  8. and I realised that I could do better.  It uses a simple set of commands to
  9. draw pictures and will be familiar to users of turtle graphics systems.
  10.  
  11.   The commands provided are:-
  12.       
  13. FD n,FORWARD n,            =Go n steps forward
  14. RT n,RIGHT n,CLOCKWISE n,  =go right n degrees
  15. LT n,LEFT n,ANTICLCKWISE n,=go left n degrees
  16. PC n,PENCOLOUR n,          =draw in colour n
  17. PLOT n                     =draw with n in the basic PLOT command
  18. PU,PENUP,                  =Stop drawing
  19. PD,PENDOWN,                =undo PENUP
  20. REPEAT n                   =repeat the next few commands(max 10) n times
  21. NEXT                       =end of commands for repeat
  22. DEF n                      =Exacutes the next few commands when n is typed
  23. END                        =ends the DEF sequence      
  24. SCALE n                    =sets the scale factor used to n
  25. ZOOM                       =make all the pictue visable
  26. *n                         =does star-command n
  27. SAVE n                     =Save with filename n
  28. LOAD n                     =Load filename 
  29. QUIT                       =leave the program
  30.  
  31. all commands must be typed UPPERCASE, and don't mix REPEATS
  32. *SCREENSAVE can be used to take a snap shot of the drawing area.
  33. version 1.00
  34.  
  35. This is FREEWARE and I hold copyright. Send anything intresting(bug fixes,
  36. donations, PMRs,BMWs, letters of praise, atomic bombs...ect.) to me.
  37.  
  38.                           OOOOOOOOOOOO 
  39.                          OO0000000000OO     • • 
  40.                         OOO0O000000O0OOO    õ õ
  41.          . \            OOO0O0OOOO0O0OOO    õ õ
  42.        /\ \ \           OOO0O0O00O0O0OOO   õõõõ          By Phil -M- 
  43.   / /\ \/`              OOO0O0OO0O0O0OOO  õõõ            28 Lang Holme Cl  
  44.   \ \                   OOO0O0000O0O0OOO õõõ              WIGAN 
  45.   /     /  \/            OO0OOOOOO0O0OO õõõ                WN3 6TT
  46.    / /\ \/  \/           O00000000O0Oõõõõ 
  47.    \ \/  \             õõõõõõõõõõõõõõõõõ  
  48.    / 
  49.